add kmod-minix
authorFelix Fietkau <[email protected]>
Fri, 20 Jan 2006 03:54:16 +0000 (03:54 +0000)
committerFelix Fietkau <[email protected]>
Fri, 20 Jan 2006 03:54:16 +0000 (03:54 +0000)
SVN-Revision: 3023

openwrt/target/linux/Config.in
openwrt/target/linux/control/kmod-minix.control [new file with mode: 0644]
openwrt/target/linux/linux-2.4/Makefile
openwrt/target/linux/linux-2.4/config/brcm

index 98cd3fe5b683ab6fc1a23de7253a089e01df370d..8a84ed36057791a3fe355ec0e7c96f11a09e78ec 100644 (file)
@@ -258,6 +258,12 @@ config BR2_PACKAGE_KMOD_VFAT
          Kernel modules for VFAT filesystem support
          useful for usb mass storage devices
 
+config BR2_PACKAGE_KMOD_MINIX
+       tristate "MINIX filesystem support"
+       default m
+       help
+         Kernel modules for MINIX filesystem support
+
 config BR2_PACKAGE_KMOD_EXT2
        tristate "EXT2 filesystem support"
        default m
diff --git a/openwrt/target/linux/control/kmod-minix.control b/openwrt/target/linux/control/kmod-minix.control
new file mode 100644 (file)
index 0000000..5aa1892
--- /dev/null
@@ -0,0 +1,4 @@
+Package: kmod-minix
+Priority: optional
+Section: sys
+Description: Kernel modules for MINIX filesystem support
index 04d817f5e0c9133fbbb297fa61cb440eea5cdbed..1afe4d916ad7642458430197584914b4d1fff574 100644 (file)
@@ -152,6 +152,9 @@ $(eval $(call KMOD_template,IDE,ide,\
 $(eval $(call KMOD_template,LOOP,loop,\
     $(MODULES_DIR)/kernel/drivers/block/loop.o \
 ,CONFIG_BLK_DEV_LOOP,,20,loop))
+$(eval $(call KMOD_template,MINIX,minix,\
+       $(MODULES_DIR)/kernel/fs/minix/*.o \
+,CONFIG_MINIX_FS,,30,minix))
 $(eval $(call KMOD_template,EXT2,ext2,\
        $(MODULES_DIR)/kernel/fs/ext2/*.o \
 ,CONFIG_EXT2_FS,,30,ext2))
index 18416e37aa09d40473f9acedf375f6624fa91473..b0d83f477e0d4ed413ba2dd450a0d37c5ad7b7a2 100644 (file)
@@ -976,7 +976,7 @@ CONFIG_JOLIET=y
 # CONFIG_JFS_FS is not set
 # CONFIG_JFS_DEBUG is not set
 # CONFIG_JFS_STATISTICS is not set
-# CONFIG_MINIX_FS is not set
+CONFIG_MINIX_FS=m
 # CONFIG_VXFS_FS is not set
 # CONFIG_NTFS_FS is not set
 # CONFIG_NTFS_RW is not set